]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/Super Polarity.csproj
I have the worst commits ever.
[rbdr/super-polarity] / Super Polarity / Super Polarity.csproj
index 672b39b1d820c0f36966b81b327e6e1118f665a8..2cd1d08d19c72226dbc36c7610622f39775eae04 100644 (file)
   <ItemGroup>
     <Compile Include="ActorFactory.cs" />
     <Compile Include="ActorManager.cs" />
+    <Compile Include="Actors\StandardShip.cs" />
+    <Compile Include="Actors\Bullet.cs" />
+    <Compile Include="GameScreen.cs" />
     <Compile Include="InputController.cs" />
-    <Compile Include="MainShip.cs" />
+    <Compile Include="Actors\MainShip.cs" />
+    <Compile Include="MenuItem.cs" />
+    <Compile Include="MenuWidget.cs" />
     <Compile Include="Particle.cs" />
+    <Compile Include="ParticleEffectFactory.cs" />
     <Compile Include="ParticleEngine.cs" />
-    <Compile Include="Actor.cs" />
-    <Compile Include="Ship.cs" />
+    <Compile Include="Actors\Actor.cs" />
+    <Compile Include="Actors\Ship.cs" />
+    <Compile Include="Player.cs" />
+    <Compile Include="Renderer.cs" />
+    <Compile Include="ScoreScreen.cs" />
+    <Compile Include="Screen.cs" />
+    <Compile Include="ScreenManager.cs" />
     <Compile Include="SuperPolarity.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="TitleScreen.cs" />
+    <Compile Include="Widget.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="OpenTK">
@@ -74,6 +87,9 @@
     <Folder Include="Content\Sound\" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="Content\Fonts\SegoeUIMono14.xnb">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
     <None Include="Content\Graphics\circle.xnb">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     <None Include="Content\Graphics\negative-scout.xnb">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
+    <None Include="Content\Graphics\negative-ship.xnb">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
     <None Include="Content\Graphics\negative-supercruiser.xnb">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     <None Include="Content\Graphics\positive-supercruiser.xnb">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
+    <None Include="Content\Graphics\square.xnb">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
     <None Include="Content\Graphics\star.xnb">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>